home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #2 / Amiga Plus CD - 1995 - No. 2.iso / pd / disktools / jukebox / addcd.jb next >
Text File  |  1995-04-11  |  256b  |  12 lines

  1. /* append one disc, edit catalog, open catalog */
  2. catalog append;
  3. save;
  4. options results;
  5. getattr project;
  6. cat = result;
  7. getattr portname;
  8. port = result;
  9. address command;
  10. 'ed -s '|| '"' || cat || '"'
  11. 'rx "address '''||port||'''; open force '''||cat||''';"'
  12.